home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / C⁄C++ / Xconq 7.0d37 / source / misc / scn.sed < prev    next >
Encoding:
Text File  |  1994-02-02  |  160 b   |  8 lines  |  [TEXT/R*ch]

  1. # Comment out all the lines.
  2. s/^/;/
  3. # Convert the first line to a game-module form.
  4. /Xconq/s/^;Xconq . [+-]* \(.*\)$/(game-module "xxx"\
  5.   (blurb "\1")\
  6.   )\
  7. /
  8.